Added HTTPS support to Xend. There are new configuration options for the
authorEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 22:23:01 +0000 (23:23 +0100)
committerEwan Mellor <ewan@xensource.com>
Tue, 27 Mar 2007 22:23:01 +0000 (23:23 +0100)
commitb843dd7af822820d29e587f192414d44acdf3dfa
tree08a84badab97726f684d58ced51703a213c8602a
parent2a5cee571cb8eb1896f35431b54fa4d00fe2d682
Added HTTPS support to Xend.  There are new configuration options for the
Xen-API and legacy XML-RPC servers to set key and certificate files, and
xm simply needs to be configured use an https rather than an http URL.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/examples/xend-config.sxp
tools/python/xen/util/xmlrpcclient.py
tools/python/xen/xend/XendOptions.py
tools/python/xen/xend/server/SSLXMLRPCServer.py [new file with mode: 0644]
tools/python/xen/xend/server/SrvServer.py
tools/python/xen/xend/server/XMLRPCServer.py